7.12 OData Web API 5.8 beta
The NuGet packages for OData Web API v5.8 beta are available on the NuGet gallery.
Download this release
You can install or update the NuGet packages for OData Web API v5.8 using the Package Manager Console:
PM> Install-Package Microsoft.AspNet.OData -Version 5.8.0-beta -Pre
What’s in this release?
Improvements and fixes:
-
Fixed typographical error, changed availabe to available in README. PR #519 by orthographic-pedant
-
[ConcurrencyCheck]
attribute doesn’t work with EF. Issue #522, PR #529 -
Manually using ODataQueryOptions.Validate and setting SelectExpandQueryOption.LevelsMaxLiteralExpansionDepth. Issue #516, PR #524
-
CultureInfo property can’t be serialized. Issue #427, PR #542
-
Web API does not support Edm.Date literal in $filter when the property is Edm.Date [Nullable=True] and the backend is EF. Issue #482, PR #541
-
Add operationId for Swagger json generation. Issue #302, PR #552
-
Expand query option contain $count don’t work. Issue #349, PR #553
-
$count is evaluated prematurely at the call queryOptions.ApplyTo. Issue #1, PR #562
-
Unnecessary casts in expression when querying properties of the base class for the inheritor. Issue #560, PR #556 by Yuriy Soldatkin
OData Web API v5.8-beta package has a dependency on ODataLib 6.13.
Questions and feedback
You and your team are warmly welcomed to try out this new version if you are interested in the new features and fixes above. You are also welcomed to contribute your code to OData Web API repository. For any feature request, issue or idea please feel free to reach out to us at GitHub Issues.